projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106e6f4
)
; Fix typo.
author
Stefan Kangas
<stefan@marxist.se>
Sat, 6 Mar 2021 03:08:54 +0000
(
04:08
+0100)
committer
Stefan Kangas
<stefan@marxist.se>
Sat, 6 Mar 2021 03:10:45 +0000
(
04:10
+0100)
lisp/emacs-lisp/easymenu.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easymenu.el
b/lisp/emacs-lisp/easymenu.el
index d3c3d5e65f194183284a97d91a349edb50cb9727..87b34e7cd57c5ced75cbb950b1bcb15a5ba04129 100644
(file)
--- a/
lisp/emacs-lisp/easymenu.el
+++ b/
lisp/emacs-lisp/easymenu.el
@@
-193,7
+193,7
@@
This is expected to be bound to a mouse event."
(vector 'menu-bar (if (symbolp (car menu))
(car menu)
;; If a string, then use the downcased
- ;; version for greater backwards compatibil
ti
y.
+ ;; version for greater backwards compatibil
it
y.
(intern (downcase (car menu)))))
(easy-menu-binding keymap (car menu))))))